# Copy this file to .env and fill in your values
# cp env.example.txt .env

# ===========================================
# DATABASE
# ===========================================
# PostgreSQL connection string
# Format: postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=SCHEMA
DATABASE_URL="postgresql://neondb_owner:npg_6Ms2nGxuQPTL@ep-wispy-cloud-ahe9bhd2-pooler.c-3.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require"

# ===========================================
# AUTHENTICATION
# ===========================================
# Generate with: openssl rand -base64 32
NEXTAUTH_SECRET="Hakunamatata97"

# Your app URL (no trailing slash)
NEXTAUTH_URL="http://localhost:3000"

# ===========================================
# EMAIL (Optional)
# ===========================================
# Get your API key from https://resend.com
# Leave empty to disable email sending
RESEND_API_KEY="re_fjo3xSir_DuEeta5Ti2S8oad2habyQCNw"
RESEND_FROM_EMAIL="Events <onboarding@resend.dev>"

# ===========================================
# APPLICATION
# ===========================================
# Public URL of your application (used for QR codes)
APP_URL="http://localhost:3000"
